home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / develop / develop issue 27 / develop issue 27 code / 3d game controls / source / document.h < prev    next >
Encoding:
Text File  |  1996-06-29  |  401 b   |  10 lines

  1. //--------------------------------------------------------------------------------------------
  2. //  Document Declarations
  3. //
  4. //      by Philip McBride
  5. //
  6. //--------------------------------------------------------------------------------------------
  7.  
  8. DocumentPtr             MyNewDocument( void );
  9. void                     MyCloseDocument( DocumentPtr theDocument );
  10. DocumentPtr                MyGetDocumentFromWindow(WindowPtr theWindow);